home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / $APPDATA / Carthago / Twistpad / Syntax / ini.sdf < prev    next >
Text File  |  2007-03-10  |  726b  |  50 lines

  1. ;Ini File Syntax highlight Script for Twistpad
  2. ;1998 - 2007 ⌐ Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=INI Files
  6. Extensions=ini;sys;bms;inf;reg;theme;dof;mif
  7. Functions=(?i)^\[
  8. ;Spell nothing
  9. Spelling=0
  10. ;Except when a word is in this Contexts:
  11. SpellingContexts=2
  12. CommentChar=;
  13.  
  14. [Section]
  15. Type=StartStop
  16. Context=1
  17. Scope=0
  18. Priority=10
  19. WholeWordOnly=0
  20. First=[
  21. Last=
  22. Background=Default
  23. Foreground=0000FF
  24. Bold=0
  25. Italic=0
  26.  
  27. [Comment]
  28. Type=StartStop
  29. Context=2
  30. Scope=0
  31. Priority=10
  32. WholeWordOnly=0
  33. First=;
  34. Last=
  35. Background=Default
  36. Foreground=008000
  37. Italic=0
  38.  
  39. [Value]
  40. Type=StartStop
  41. Context=3
  42. Scope=0
  43. Priority=10
  44. WholeWordOnly=0
  45. First==
  46. Last=
  47. Background=Default
  48. Foreground=808080
  49. bold=0
  50.